Name :Exponential operations

Symbol :EXPT

Illustrate:

    The first input value is the cardinal value, the second input value is the exponential value, and the output is the exponential result.

Image:

Parameter:

Parameter Statement Type Description
IN1 Input REAL
The first input value
IN2 Input INT/SINT/DINT/UINT/USINT/UDIN/REAL
The second input value
OUT Output REAL
Output value

Example:

LD:

ST:



Interpretation:

parameter operandvalue
IN1TagIn1Enter a value:100
IN2TagIn2Enter a value:2
OUTTagOutOutput value:10000
    IN1 inputs the corresponding type of data, and EXPT outputs the exponential operation result.